﻿2026-06-22T02:33:44.2551853Z ##[group]Run $ErrorActionPreference = "Stop"
2026-06-22T02:33:44.2552234Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-06-22T02:33:44.2552470Z [36;1m$PIN = "0c95435"[0m
2026-06-22T02:33:44.2552701Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-06-22T02:33:44.2552970Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-06-22T02:33:44.2553326Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-06-22T02:33:44.2553712Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-06-22T02:33:44.2554026Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-06-22T02:33:44.2555063Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-06-22T02:33:44.2555329Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-06-22T02:33:44.2555611Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-06-22T02:33:44.2555910Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-06-22T02:33:44.2556187Z [36;1m}[0m
2026-06-22T02:33:44.2556348Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-06-22T02:33:44.2556601Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-22T02:33:44.2630614Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-22T02:33:44.2630897Z ##[endgroup]
2026-06-22T02:33:45.0966196Z    Compiling proc-macro2 v1.0.106
2026-06-22T02:33:45.0966646Z    Compiling unicode-ident v1.0.24
2026-06-22T02:33:45.0966998Z    Compiling quote v1.0.45
2026-06-22T02:33:45.0967266Z    Compiling cfg-if v1.0.4
2026-06-22T02:33:45.0967528Z    Compiling serde_core v1.0.228
2026-06-22T02:33:45.0967915Z    Compiling serde v1.0.228
2026-06-22T02:33:45.0968221Z    Compiling windows-link v0.2.1
2026-06-22T02:33:45.0968538Z    Compiling typenum v1.20.1
2026-06-22T02:33:45.0969293Z    Compiling getrandom v0.3.4
2026-06-22T02:33:45.0969671Z    Compiling portable-atomic v1.13.1
2026-06-22T02:33:45.0970139Z    Compiling version_check v0.9.5
2026-06-22T02:33:45.0971524Z    Compiling pin-project-lite v0.2.17
2026-06-22T02:33:45.0973064Z    Compiling memchr v2.8.1
2026-06-22T02:33:45.0973772Z    Compiling find-msvc-tools v0.1.9
2026-06-22T02:33:45.0974147Z    Compiling shlex v2.0.1
2026-06-22T02:33:45.0974501Z    Compiling critical-section v1.2.0
2026-06-22T02:33:45.1853905Z    Compiling windows-sys v0.61.2
2026-06-22T02:33:45.1930320Z    Compiling subtle v2.6.1
2026-06-22T02:33:45.2187371Z    Compiling smallvec v1.15.1
2026-06-22T02:33:45.2315701Z    Compiling equivalent v1.0.2
2026-06-22T02:33:45.2859326Z    Compiling futures-core v0.3.32
2026-06-22T02:33:45.3689965Z    Compiling bytes v1.11.1
2026-06-22T02:33:45.3694276Z    Compiling itoa v1.0.18
2026-06-22T02:33:45.3970006Z    Compiling semver v1.0.28
2026-06-22T02:33:45.4590205Z    Compiling stable_deref_trait v1.2.1
2026-06-22T02:33:45.4591068Z    Compiling log v0.4.32
2026-06-22T02:33:45.4955032Z    Compiling generic-array v0.14.7
2026-06-22T02:33:45.5736571Z    Compiling slab v0.4.12
2026-06-22T02:33:45.5908227Z    Compiling rustc_version v0.4.1
2026-06-22T02:33:45.6082912Z    Compiling futures-sink v0.3.32
2026-06-22T02:33:45.6569291Z    Compiling futures-io v0.3.32
2026-06-22T02:33:45.7212056Z    Compiling rustversion v1.0.22
2026-06-22T02:33:45.7402808Z    Compiling futures-task v0.3.32
2026-06-22T02:33:45.8728701Z    Compiling futures-channel v0.3.32
2026-06-22T02:33:45.8972539Z    Compiling hashbrown v0.17.1
2026-06-22T02:33:45.9751643Z    Compiling getrandom v0.2.17
2026-06-22T02:33:45.9952110Z    Compiling cpufeatures v0.2.17
2026-06-22T02:33:46.0364539Z    Compiling fnv v1.0.7
2026-06-22T02:33:46.0808768Z    Compiling libc v0.2.186
2026-06-22T02:33:46.0862362Z    Compiling strsim v0.11.1
2026-06-22T02:33:46.1924978Z    Compiling rand_core v0.10.1
2026-06-22T02:33:46.2429250Z    Compiling cfg_aliases v0.2.1
2026-06-22T02:33:46.4001500Z    Compiling autocfg v1.5.1
2026-06-22T02:33:46.4452887Z    Compiling jobserver v0.1.34
2026-06-22T02:33:46.5118947Z    Compiling writeable v0.6.3
2026-06-22T02:33:46.5202554Z    Compiling litemap v0.8.2
2026-06-22T02:33:46.5205802Z    Compiling ident_case v1.0.1
2026-06-22T02:33:46.5706608Z    Compiling fs_extra v1.3.0
2026-06-22T02:33:46.6087094Z    Compiling getrandom v0.4.2
2026-06-22T02:33:46.6503161Z    Compiling icu_properties_data v2.2.0
2026-06-22T02:33:46.6640454Z    Compiling cc v1.2.63
2026-06-22T02:33:46.8834719Z    Compiling utf8_iter v1.0.4
2026-06-22T02:33:46.9345627Z    Compiling dunce v1.0.5
2026-06-22T02:33:46.9739732Z    Compiling indexmap v2.14.0
2026-06-22T02:33:47.0372176Z    Compiling syn v2.0.117
2026-06-22T02:33:47.0460774Z    Compiling crypto-common v0.1.7
2026-06-22T02:33:47.1664507Z    Compiling icu_normalizer_data v2.2.0
2026-06-22T02:33:47.2451256Z    Compiling percent-encoding v2.3.2
2026-06-22T02:33:47.2546322Z    Compiling http v1.4.1
2026-06-22T02:33:47.2876641Z    Compiling aws-lc-rs v1.17.0
2026-06-22T02:33:47.3233333Z    Compiling cpufeatures v0.3.0
2026-06-22T02:33:47.3235977Z    Compiling thiserror v2.0.18
2026-06-22T02:33:47.4247066Z    Compiling unicode-segmentation v1.13.3
2026-06-22T02:33:47.4789227Z    Compiling scopeguard v1.2.0
2026-06-22T02:33:47.5901897Z    Compiling cmake v0.1.58
2026-06-22T02:33:47.5902669Z    Compiling lock_api v0.4.14
2026-06-22T02:33:47.6275020Z    Compiling chacha20 v0.10.0
2026-06-22T02:33:47.6275508Z    Compiling form_urlencoded v1.2.2
2026-06-22T02:33:47.6368053Z    Compiling block-buffer v0.10.4
2026-06-22T02:33:47.7729594Z    Compiling winapi v0.3.9
2026-06-22T02:33:47.7820242Z    Compiling bitflags v2.12.1
2026-06-22T02:33:47.8272167Z    Compiling untrusted v0.9.0
2026-06-22T02:33:47.8385768Z    Compiling rand v0.10.1
2026-06-22T02:33:47.8799272Z    Compiling digest v0.10.7
2026-06-22T02:33:47.8804024Z    Compiling num-traits v0.2.19
2026-06-22T02:33:47.8856907Z    Compiling windows-strings v0.5.1
2026-06-22T02:33:47.9058715Z    Compiling windows-result v0.4.1
2026-06-22T02:33:47.9864928Z    Compiling rustls v0.23.40
2026-06-22T02:33:48.3062458Z    Compiling heck v0.5.0
2026-06-22T02:33:48.3102849Z    Compiling convert_case v0.10.0
2026-06-22T02:33:48.3736795Z    Compiling anyhow v1.0.102
2026-06-22T02:33:48.3856656Z    Compiling const-oid v0.10.2
2026-06-22T02:33:48.4224876Z    Compiling aws-lc-sys v0.41.0
2026-06-22T02:33:48.4586788Z    Compiling ring v0.17.14
2026-06-22T02:33:48.4869325Z    Compiling unicode-xid v0.2.6
2026-06-22T02:33:48.5294382Z    Compiling atomic-waker v1.1.2
2026-06-22T02:33:48.7807159Z    Compiling parking_lot_core v0.9.12
2026-06-22T02:33:49.0064910Z    Compiling zerocopy v0.8.50
2026-06-22T02:33:49.0325789Z    Compiling httparse v1.10.1
2026-06-22T02:33:49.0472072Z    Compiling http-body v1.0.1
2026-06-22T02:33:49.1063362Z    Compiling curve25519-dalek v4.1.3
2026-06-22T02:33:49.1063848Z    Compiling hybrid-array v0.4.12
2026-06-22T02:33:49.1081995Z    Compiling ahash v0.8.12
2026-06-22T02:33:49.2243957Z    Compiling either v1.16.0
2026-06-22T02:33:49.2245522Z    Compiling fastrand v2.4.1
2026-06-22T02:33:49.2337292Z    Compiling base64ct v1.8.3
2026-06-22T02:33:49.3790727Z    Compiling powerfmt v0.2.0
2026-06-22T02:33:49.5313351Z    Compiling deranged v0.5.8
2026-06-22T02:33:49.5480197Z    Compiling pem-rfc7468 v1.0.0
2026-06-22T02:33:49.6282189Z    Compiling rand_core v0.6.4
2026-06-22T02:33:49.6366629Z    Compiling pkg-config v0.3.33
2026-06-22T02:33:49.7186842Z    Compiling data-encoding v2.11.0
2026-06-22T02:33:49.7427409Z    Compiling zmij v1.0.21
2026-06-22T02:33:49.8500003Z    Compiling time-core v0.1.8
2026-06-22T02:33:49.9020025Z    Compiling base64 v0.22.1
2026-06-22T02:33:49.9108297Z    Compiling num-conv v0.2.2
2026-06-22T02:33:50.0369829Z    Compiling tinyvec_macros v0.1.1
2026-06-22T02:33:50.0370583Z    Compiling try-lock v0.2.5
2026-06-22T02:33:50.0589003Z    Compiling vcpkg v0.2.15
2026-06-22T02:33:50.1067165Z    Compiling tower-service v0.3.3
2026-06-22T02:33:50.1347470Z    Compiling want v0.3.1
2026-06-22T02:33:50.1697702Z    Compiling tinyvec v1.11.0
2026-06-22T02:33:50.2084810Z    Compiling block-buffer v0.12.0
2026-06-22T02:33:50.3574973Z    Compiling crypto-common v0.2.2
2026-06-22T02:33:50.3576463Z    Compiling parking_lot v0.12.5
2026-06-22T02:33:50.3828055Z    Compiling sha2 v0.10.9
2026-06-22T02:33:50.4798037Z    Compiling synstructure v0.13.2
2026-06-22T02:33:50.5020380Z    Compiling darling_core v0.20.11
2026-06-22T02:33:50.5899939Z    Compiling vergen-lib v9.1.0
2026-06-22T02:33:50.7542019Z    Compiling inout v0.1.4
2026-06-22T02:33:50.8643392Z    Compiling n0-future v0.3.2
2026-06-22T02:33:50.8964248Z    Compiling signature v2.2.0
2026-06-22T02:33:50.9419452Z    Compiling winnow v1.0.3
2026-06-22T02:33:50.9565105Z    Compiling serde_json v1.0.150
2026-06-22T02:33:51.0776545Z    Compiling libsqlite3-sys v0.30.1
2026-06-22T02:33:51.0814081Z    Compiling spin v0.10.0
2026-06-22T02:33:51.0897046Z    Compiling diatomic-waker v0.2.3
2026-06-22T02:33:51.2166135Z    Compiling cordyceps v0.3.4
2026-06-22T02:33:51.2303508Z    Compiling httpdate v1.0.3
2026-06-22T02:33:51.2444198Z    Compiling parking v2.2.1
2026-06-22T02:33:51.2513557Z    Compiling windows_x86_64_msvc v0.52.6
2026-06-22T02:33:51.2884804Z    Compiling crossbeam-utils v0.8.21
2026-06-22T02:33:51.3700523Z    Compiling futures-lite v2.6.1
2026-06-22T02:33:51.4725919Z    Compiling digest v0.11.3
2026-06-22T02:33:51.4882041Z    Compiling futures-buffered v0.2.13
2026-06-22T02:33:51.5353964Z    Compiling ed25519 v2.2.3
2026-06-22T02:33:51.5948289Z    Compiling cipher v0.4.4
2026-06-22T02:33:51.6441847Z    Compiling vergen-lib v0.1.6
2026-06-22T02:33:51.7387356Z    Compiling vergen v9.1.0
2026-06-22T02:33:51.8148400Z    Compiling universal-hash v0.5.1
2026-06-22T02:33:51.8486684Z    Compiling noq-udp v0.10.0
2026-06-22T02:33:51.8583719Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-22T02:33:51.9342681Z    Compiling heapless v0.7.17
2026-06-22T02:33:51.9894051Z    Compiling sync_wrapper v1.0.2
2026-06-22T02:33:52.0035633Z    Compiling byteorder v1.5.0
2026-06-22T02:33:52.0797450Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-22T02:33:52.0953261Z    Compiling opaque-debug v0.3.1
2026-06-22T02:33:52.1224227Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-22T02:33:52.1790168Z    Compiling allocator-api2 v0.2.21
2026-06-22T02:33:52.2106426Z    Compiling hash32 v0.2.1
2026-06-22T02:33:52.2599095Z    Compiling socket2 v0.6.4
2026-06-22T02:33:52.3245716Z    Compiling mio v1.2.1
2026-06-22T02:33:52.3866191Z    Compiling polyval v0.6.2
2026-06-22T02:33:52.5205590Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-22T02:33:52.5781086Z    Compiling spin v0.9.8
2026-06-22T02:33:52.6478204Z    Compiling vergen-gitcl v1.0.8
2026-06-22T02:33:52.7373564Z    Compiling windows-threading v0.2.1
2026-06-22T02:33:52.8066485Z    Compiling signature v3.0.0
2026-06-22T02:33:52.8831036Z    Compiling ryu v1.0.23
2026-06-22T02:33:52.9080127Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-22T02:33:52.9553359Z    Compiling tower-layer v0.3.3
2026-06-22T02:33:52.9674846Z    Compiling serde_derive v1.0.228
2026-06-22T02:33:52.9853194Z    Compiling zeroize_derive v1.4.3
2026-06-22T02:33:53.0781298Z    Compiling zerofrom-derive v0.1.7
2026-06-22T02:33:53.0941019Z    Compiling tokio-macros v2.7.0
2026-06-22T02:33:53.1799327Z    Compiling yoke-derive v0.8.2
2026-06-22T02:33:53.1885888Z    Compiling futures-macro v0.3.32
2026-06-22T02:33:53.2382439Z    Compiling zerovec-derive v0.11.3
2026-06-22T02:33:53.4839010Z    Compiling displaydoc v0.2.6
2026-06-22T02:33:53.7189160Z    Compiling zeroize v1.8.2
2026-06-22T02:33:53.7505817Z    Compiling tracing-attributes v0.1.31
2026-06-22T02:33:53.7758675Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-22T02:33:53.8341724Z    Compiling tokio v1.52.3
2026-06-22T02:33:53.9434137Z    Compiling thiserror-impl v2.0.18
2026-06-22T02:33:54.0636233Z    Compiling rustls-pki-types v1.14.1
2026-06-22T02:33:54.1120054Z    Compiling darling_macro v0.20.11
2026-06-22T02:33:54.1790855Z    Compiling futures-util v0.3.32
2026-06-22T02:33:54.3578934Z    Compiling derive_more-impl v2.1.1
2026-06-22T02:33:54.4475946Z    Compiling windows-interface v0.59.3
2026-06-22T02:33:54.5102778Z    Compiling spez v0.1.2
2026-06-22T02:33:54.5698428Z    Compiling n0-error-macros v0.1.3
2026-06-22T02:33:54.6522916Z    Compiling windows-implement v0.60.2
2026-06-22T02:33:54.6582069Z    Compiling darling v0.20.11
2026-06-22T02:33:54.7450741Z    Compiling zerofrom v0.1.8
2026-06-22T02:33:54.8326861Z    Compiling der v0.8.0-rc.10
2026-06-22T02:33:54.9086581Z    Compiling derive_builder_core v0.20.2
2026-06-22T02:33:54.9808581Z    Compiling pin-project-internal v1.1.13
2026-06-22T02:33:55.1030070Z    Compiling yoke v0.8.3
2026-06-22T02:33:55.4421537Z    Compiling zerovec v0.11.6
2026-06-22T02:33:55.4724390Z    Compiling zerotrie v0.2.4
2026-06-22T02:33:55.5488142Z    Compiling windows-core v0.62.2
2026-06-22T02:33:55.6953878Z    Compiling n0-error v0.1.3
2026-06-22T02:33:55.7835785Z    Compiling ed25519-dalek v2.2.0
2026-06-22T02:33:55.9030231Z    Compiling spki v0.8.0-rc.4
2026-06-22T02:33:55.9683720Z    Compiling fallible-iterator v0.3.0
2026-06-22T02:33:56.1338187Z    Compiling tinystr v0.8.3
2026-06-22T02:33:56.1364699Z    Compiling potential_utf v0.1.5
2026-06-22T02:33:56.1878372Z    Compiling derive_builder_macro v0.20.2
2026-06-22T02:33:56.1880395Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-22T02:33:56.2797238Z    Compiling icu_collections v2.2.0
2026-06-22T02:33:56.3180532Z    Compiling icu_locale_core v2.2.0
2026-06-22T02:33:56.3506820Z    Compiling pin-project v1.1.13
2026-06-22T02:33:56.3628702Z    Compiling windows-future v0.3.2
2026-06-22T02:33:56.3636439Z    Compiling windows-numerics v0.3.1
2026-06-22T02:33:56.3765744Z    Compiling windows-collections v0.3.2
2026-06-22T02:33:56.4436104Z    Compiling spt-proto v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-06-22T02:33:56.6095431Z    Compiling cobs v0.3.0
2026-06-22T02:33:56.6125665Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-22T02:33:56.6182544Z    Compiling derive_builder v0.20.2
2026-06-22T02:33:56.6302776Z    Compiling proc-macro-crate v3.5.0
2026-06-22T02:33:56.8000398Z    Compiling postcard-derive v0.2.2
2026-06-22T02:33:57.0521945Z    Compiling futures-executor v0.3.32
2026-06-22T02:33:57.1240208Z    Compiling ghash v0.5.1
2026-06-22T02:33:57.1871097Z    Compiling windows-targets v0.52.6
2026-06-22T02:33:57.2132825Z    Compiling aes v0.8.4
2026-06-22T02:33:57.2280886Z    Compiling icu_provider v2.2.0
2026-06-22T02:33:57.2869614Z    Compiling futures v0.3.32
2026-06-22T02:33:57.2898643Z    Compiling ctr v0.9.2
2026-06-22T02:33:57.2931047Z    Compiling sha2 v0.11.0-rc.5
2026-06-22T02:33:57.2943008Z    Compiling fs2 v0.4.3
2026-06-22T02:33:57.3000843Z    Compiling time v0.3.47
2026-06-22T02:33:57.4105523Z    Compiling http-body-util v0.1.3
2026-06-22T02:33:57.4430140Z    Compiling aead v0.5.2
2026-06-22T02:33:57.4666106Z    Compiling icu_normalizer v2.2.0
2026-06-22T02:33:57.4751116Z    Compiling icu_properties v2.2.0
2026-06-22T02:33:57.4895022Z    Compiling ipconfig v0.3.4
2026-06-22T02:33:57.6039280Z    Compiling ipnet v2.12.0
2026-06-22T02:33:57.6224145Z    Compiling ed25519 v3.0.0-rc.4
2026-06-22T02:33:57.7583433Z    Compiling widestring v1.2.1
2026-06-22T02:33:57.9848895Z    Compiling prefix-trie v0.8.4
2026-06-22T02:33:58.1127939Z    Compiling once_cell v1.21.4
2026-06-22T02:33:58.1207139Z    Compiling tokio-util v0.7.18
2026-06-22T02:33:58.1216133Z    Compiling tower v0.5.3
2026-06-22T02:33:58.2966032Z    Compiling tracing-core v0.1.36
2026-06-22T02:33:58.3784220Z    Compiling postcard v1.1.3
2026-06-22T02:33:58.4168853Z    Compiling aes-gcm v0.10.3
2026-06-22T02:33:58.5006709Z    Compiling chrono v0.4.45
2026-06-22T02:33:58.6010295Z    Compiling derive_more v2.1.1
2026-06-22T02:33:58.6095309Z    Compiling hashbrown v0.14.5
2026-06-22T02:33:58.6212466Z    Compiling num_enum_derive v0.7.6
2026-06-22T02:33:58.6318924Z    Compiling windows-sys v0.59.0
2026-06-22T02:33:58.6932788Z    Compiling data-encoding-macro v0.1.20
2026-06-22T02:33:58.7639203Z    Compiling tracing v0.1.44
2026-06-22T02:33:58.8435444Z    Compiling idna_adapter v1.2.2
2026-06-22T02:33:58.9987909Z    Compiling idna v1.1.0
2026-06-22T02:33:59.2138884Z    Compiling h2 v0.4.14
2026-06-22T02:33:59.2222012Z    Compiling hashlink v0.9.1
2026-06-22T02:33:59.3163737Z    Compiling url v2.5.8
2026-06-22T02:33:59.3230682Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-22T02:33:59.3704582Z    Compiling windows v0.62.2
2026-06-22T02:33:59.3919509Z    Compiling iroh-metrics-derive v0.4.1
2026-06-22T02:33:59.5538880Z    Compiling rusqlite v0.32.1
2026-06-22T02:33:59.5584654Z    Compiling enum-assoc v1.3.0
2026-06-22T02:33:59.6724929Z    Compiling async-trait v0.1.89
2026-06-22T02:33:59.7261215Z    Compiling strum_macros v0.28.0
2026-06-22T02:33:59.7527424Z    Compiling crossbeam-channel v0.5.15
2026-06-22T02:33:59.8005026Z    Compiling crossbeam-epoch v0.9.18
2026-06-22T02:33:59.8681137Z    Compiling blake3 v1.8.5
2026-06-22T02:33:59.9624422Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-22T02:34:00.2648754Z    Compiling windows-registry v0.6.1
2026-06-22T02:34:00.2658905Z    Compiling uuid v1.23.2
2026-06-22T02:34:00.3470552Z    Compiling memoffset v0.6.5
2026-06-22T02:34:00.4343792Z    Compiling noq v0.18.0
2026-06-22T02:34:00.4450071Z    Compiling netwatch v0.16.0
2026-06-22T02:34:00.5336581Z    Compiling spt-store v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-06-22T02:34:00.7286029Z    Compiling acto v0.8.2
2026-06-22T02:34:00.7789192Z    Compiling foldhash v0.2.0
2026-06-22T02:34:00.7886648Z    Compiling rustc-hash v2.1.2
2026-06-22T02:34:00.8416701Z    Compiling identity-hash v0.1.0
2026-06-22T02:34:00.9485261Z    Compiling mac-addr v0.3.0
2026-06-22T02:34:00.9850246Z    Compiling xml-rs v0.8.28
2026-06-22T02:34:00.9897712Z    Compiling ref-cast v1.0.25
2026-06-22T02:34:00.9976660Z    Compiling lru-slab v0.1.2
2026-06-22T02:34:01.0268191Z    Compiling sorted-index-buffer v0.2.1
2026-06-22T02:34:01.0346685Z    Compiling tagptr v0.2.0
2026-06-22T02:34:01.1208575Z    Compiling thiserror v1.0.69
2026-06-22T02:34:01.1746150Z    Compiling netdev v0.42.0
2026-06-22T02:34:01.2091220Z    Compiling moka v0.12.15
2026-06-22T02:34:01.2429207Z    Compiling hashbrown v0.16.1
2026-06-22T02:34:01.5525869Z    Compiling iroh-metrics v0.38.3
2026-06-22T02:34:01.5689592Z    Compiling attohttpc v0.30.1
2026-06-22T02:34:01.7270972Z    Compiling xmltree v0.10.3
2026-06-22T02:34:01.8788042Z    Compiling iroh-base v0.98.0
2026-06-22T02:34:01.9321749Z    Compiling tower-http v0.6.11
2026-06-22T02:34:01.9706113Z    Compiling num_enum v0.7.6
2026-06-22T02:34:02.0051638Z    Compiling iroh-relay v0.98.0
2026-06-22T02:34:02.1900999Z    Compiling n0-watcher v0.6.1
2026-06-22T02:34:02.2564305Z    Compiling strum v0.28.0
2026-06-22T02:34:02.2901742Z    Compiling tokio-stream v0.1.18
2026-06-22T02:34:02.3584021Z    Compiling toml_datetime v0.6.11
2026-06-22T02:34:02.4602493Z    Compiling serde_spanned v0.6.9
2026-06-22T02:34:02.4761485Z    Compiling thiserror-impl v1.0.69
2026-06-22T02:34:02.4852449Z    Compiling ref-cast-impl v1.0.25
2026-06-22T02:34:02.6301739Z    Compiling serde_derive_internals v0.29.1
2026-06-22T02:34:02.6586070Z    Compiling simple-dns v0.9.3
2026-06-22T02:34:02.6890776Z    Compiling spt-msg v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-06-22T02:34:02.8137980Z    Compiling serial-core v0.4.0
2026-06-22T02:34:02.8383323Z    Compiling aho-corasick v1.1.4
2026-06-22T02:34:02.9176171Z    Compiling smol_str v0.1.24
2026-06-22T02:34:03.0677183Z    Compiling simdutf8 v0.1.5
2026-06-22T02:34:03.0948380Z    Compiling constant_time_eq v0.4.2
2026-06-22T02:34:03.1098613Z    Compiling winreg v0.10.1
2026-06-22T02:34:03.1934844Z    Compiling hyper v1.10.1
2026-06-22T02:34:03.2022721Z    Compiling toml_write v0.1.2
2026-06-22T02:34:03.3023842Z    Compiling regex-syntax v0.8.10
2026-06-22T02:34:03.3948957Z    Compiling resolv-conf v0.7.6
2026-06-22T02:34:03.4232687Z    Compiling winnow v0.7.15
2026-06-22T02:34:03.4302200Z    Compiling sha1_smol v1.0.1
2026-06-22T02:34:03.5473071Z    Compiling arrayvec v0.7.6
2026-06-22T02:34:03.6799950Z    Compiling arrayref v0.3.9
2026-06-22T02:34:03.7896379Z    Compiling iroh-dns v0.98.0
2026-06-22T02:34:03.8336586Z    Compiling schemars_derive v1.2.1
2026-06-22T02:34:04.1405909Z    Compiling serial-windows v0.4.0
2026-06-22T02:34:04.3462660Z    Compiling lru v0.16.4
2026-06-22T02:34:04.5072599Z    Compiling webpki-roots v1.0.7
2026-06-22T02:34:04.5077198Z    Compiling seize v0.5.1
2026-06-22T02:34:04.5800117Z    Compiling hyper-util v0.1.20
2026-06-22T02:34:04.6127781Z    Compiling darling_core v0.23.0
2026-06-22T02:34:04.6130183Z    Compiling hmac v0.12.1
2026-06-22T02:34:04.6451689Z    Compiling serde_bytes v0.11.19
2026-06-22T02:34:04.7892564Z    Compiling iroh v0.98.2
2026-06-22T02:34:04.9342783Z    Compiling anstyle v1.0.14
2026-06-22T02:34:05.0499455Z    Compiling utf8parse v0.2.2
2026-06-22T02:34:05.2077637Z    Compiling regex-automata v0.4.14
2026-06-22T02:34:05.2084530Z    Compiling toml_edit v0.22.27
2026-06-22T02:34:05.2271618Z    Compiling lazy_static v1.5.0
2026-06-22T02:34:05.3363678Z    Compiling pin-utils v0.1.0
2026-06-22T02:34:05.3366793Z    Compiling dyn-clone v1.0.20
2026-06-22T02:34:05.3915630Z    Compiling cmov v0.5.4
2026-06-22T02:34:05.4377922Z    Compiling bitflags v1.3.2
2026-06-22T02:34:05.4424170Z    Compiling once_cell_polyfill v1.70.2
2026-06-22T02:34:05.5004446Z    Compiling nix v0.25.1
2026-06-22T02:34:05.5545068Z    Compiling anstyle-wincon v3.0.11
2026-06-22T02:34:05.6001580Z    Compiling ctutils v0.4.2
2026-06-22T02:34:05.6018518Z    Compiling shared_library v0.1.9
2026-06-22T02:34:05.6366811Z    Compiling anstyle-parse v1.0.0
2026-06-22T02:34:05.7070444Z    Compiling hkdf v0.12.4
2026-06-22T02:34:05.7764857Z    Compiling papaya v0.2.4
2026-06-22T02:34:05.7859053Z    Compiling schemars v1.2.1
2026-06-22T02:34:05.8669509Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-22T02:34:05.8799642Z    Compiling serial v0.4.0
2026-06-22T02:34:05.8894892Z    Compiling filedescriptor v0.8.3
2026-06-22T02:34:05.9191746Z    Compiling backon v1.6.0
2026-06-22T02:34:06.0284654Z    Compiling igd-next v0.17.1
2026-06-22T02:34:06.1974305Z    Compiling anstyle-query v1.1.5
2026-06-22T02:34:06.2453577Z    Compiling foldhash v0.1.5
2026-06-22T02:34:06.2479199Z    Compiling shell-words v1.1.1
2026-06-22T02:34:06.3629592Z    Compiling instability v0.3.12
2026-06-22T02:34:06.3873648Z    Compiling is_terminal_polyfill v1.70.2
2026-06-22T02:34:06.4811113Z    Compiling downcast-rs v1.2.1
2026-06-22T02:34:06.4924842Z    Compiling paste v1.0.15
2026-06-22T02:34:06.9909920Z    Compiling colorchoice v1.0.5
2026-06-22T02:34:07.0041538Z    Compiling hashbrown v0.15.5
2026-06-22T02:34:07.0797574Z    Compiling anstream v1.0.0
2026-06-22T02:34:07.1212266Z    Compiling portable-pty v0.8.1
2026-06-22T02:34:07.3261104Z    Compiling regex v1.12.3
2026-06-22T02:34:07.3435821Z    Compiling toml v0.8.23
2026-06-22T02:34:07.6169591Z    Compiling spake2 v0.4.0
2026-06-22T02:34:07.6498418Z    Compiling strum_macros v0.26.4
2026-06-22T02:34:07.6660161Z    Compiling terminal_size v0.4.4
2026-06-22T02:34:07.8021729Z    Compiling spt-runtime v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-06-22T02:34:07.8810140Z    Compiling crossterm_winapi v0.9.1
2026-06-22T02:34:07.9219423Z    Compiling itertools v0.13.0
2026-06-22T02:34:07.9931196Z    Compiling sha1 v0.10.6
2026-06-22T02:34:08.2640056Z    Compiling castaway v0.2.4
2026-06-22T02:34:08.2760241Z    Compiling doctest-file v1.1.1
2026-06-22T02:34:08.3725582Z    Compiling recvmsg v1.0.0
2026-06-22T02:34:08.3749601Z    Compiling indoc v2.0.7
2026-06-22T02:34:08.4608629Z    Compiling darling_macro v0.23.0
2026-06-22T02:34:08.4748541Z    Compiling unicode-width v0.1.14
2026-06-22T02:34:08.7491040Z    Compiling clap_lex v1.1.0
2026-06-22T02:34:08.7737319Z    Compiling static_assertions v1.1.0
2026-06-22T02:34:08.7739242Z    Compiling interprocess v2.4.2
2026-06-22T02:34:08.8539982Z    Compiling wmi v0.18.4
2026-06-22T02:34:08.8685018Z    Compiling compact_str v0.8.2
2026-06-22T02:34:08.8890386Z    Compiling darling v0.23.0
2026-06-22T02:34:08.8963063Z    Compiling clap_builder v4.6.0
2026-06-22T02:34:09.1257153Z    Compiling crossterm v0.28.1
2026-06-22T02:34:09.5014927Z    Compiling unicode-truncate v1.1.0
2026-06-22T02:34:09.7892743Z    Compiling strum v0.26.3
2026-06-22T02:34:09.9283362Z    Compiling spt-live v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-06-22T02:34:09.9450529Z    Compiling lru v0.12.5
2026-06-22T02:34:10.1296872Z    Compiling spt-term v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-06-22T02:34:10.2075140Z    Compiling clap_derive v4.6.1
2026-06-22T02:34:10.3202764Z    Compiling cassowary v0.3.0
2026-06-22T02:34:10.6422078Z    Compiling portmapper v0.16.0
2026-06-22T02:34:10.8036552Z    Compiling error-code v3.3.2
2026-06-22T02:34:10.8370882Z    Compiling unicode-width v0.2.0
2026-06-22T02:34:11.0270233Z    Compiling clipboard-win v5.4.1
2026-06-22T02:34:11.0601892Z    Compiling nucleo-matcher v0.3.1
2026-06-22T02:34:11.2140856Z    Compiling ratatui v0.29.0
2026-06-22T02:34:11.2179908Z    Compiling qrcode v0.14.1
2026-06-22T02:34:11.4581033Z    Compiling tempfile v3.27.0
2026-06-22T02:34:12.6286139Z    Compiling clap v4.6.1
2026-06-22T02:34:23.4876787Z    Compiling rustls-webpki v0.103.13
2026-06-22T02:34:25.6975015Z    Compiling tokio-rustls v0.26.4
2026-06-22T02:34:25.6975339Z    Compiling noq-proto v0.17.0
2026-06-22T02:34:25.6975617Z    Compiling rustls-platform-verifier v0.7.0
2026-06-22T02:34:25.8452396Z    Compiling hickory-net v0.26.0-beta.4
2026-06-22T02:34:25.8452934Z    Compiling hyper-rustls v0.27.9
2026-06-22T02:34:25.8453275Z    Compiling tokio-websockets v0.13.2
2026-06-22T02:34:25.9961368Z    Compiling reqwest v0.13.4
2026-06-22T02:34:26.8966393Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-22T02:34:42.9577136Z    Compiling spt-net v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-06-22T02:34:44.2539594Z    Compiling spt-daemon v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-06-22T02:34:52.6514519Z    Compiling spt v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-06-22T02:34:59.2950331Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 14s
2026-06-22T02:34:59.3157213Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-0cc097b5ef582871.exe)
2026-06-22T02:34:59.3640992Z 
2026-06-22T02:34:59.3641252Z running 1 test
2026-06-22T02:35:06.4933008Z test new_brain_serves_against_old_broker ... ok
2026-06-22T02:35:06.4933331Z 
2026-06-22T02:35:06.4933658Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.13s
2026-06-22T02:35:06.4934037Z 
